Developer Documentation

QuickTime 4 API Documentation

Programming With QuickTime VR

| Previous | Chapter Contents | Chapter Top | Next |

Resolutions

The resolution parameter to the QTVRGetBackBufferMemInfo , QTVRGetBackBufferSettings , and QTVRSetBackBufferPrefs functions specifies the resolution of an image. You can use these constants to specify a resolution:

enum {
    kQTVRDefaultRes                                 = 0,
    kQTVRFullRes                                    = 1L << 0,
    kQTVRHalfRes                                    = 1L << 1,
    kQTVRQuarterRes                                 = 1L << 2
};

Constant descriptions

kQTVRDefaultRes
The default resolution of the image.
kQTVRFullRes
The full resolution of the image.
kQTVRHalfRes
One-half the full resolution of the image.
kQTVRQuarterRes
One-quarter the full resolution of the image.

© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |